dynamic binding - vertaling naar Engels
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

dynamic binding - vertaling naar Engels


dynamic binding         

общая лексика

динамическое связывание

Смотрите также

dynamic linking

late binding         
NAME BINDING WHICH IS RESOLVED AT RUN-TIME RATHER THAN IN PRE-EXECUTION TIME
Dynamic binding (computer science); Dynamic binding (computing); Late-binding; Late bound

общая лексика

динамическое [отложенное, позднее] связывание (в ООП)

связывание процедуры или объекта во время исполнения программы

синоним

dynamic binding; early binding

Смотрите также

binding time; OOP; polymorphism

binding site         
  • [[Activation energy]] is decreased in the presence of an enzyme to catalyze the reaction.
  • Methotrexate inhibits dihydrofolate reductase by outcompeting the substrate folic acid. Binding site in blue, inhibitor in green, and substrate in black.
  • Competitive and noncompetitive enzyme binding at active and regulatory (allosteric) site respectively.
  • Sigmoidal versus hyperbolic binding patterns demonstrate cooperative and noncooperative character of enzymes.
REGION ON A PROTEIN OR PIECE OF DNA OR RNA TO WHICH LIGANDS MAY FORM A CHEMICAL INTERACTION
Binding sites; Binding site (biology); Enzyme binding site; Receptor saturation; Binding saturation

общая лексика

связывающий участок

сайт связывания

центр связывания

медицина

рецептор

участок связывания

центр связывания (вещества)

Definitie

dynamic binding
The property of object-oriented programming languages where the code executed to perform a given operation is determined at run time from the class of the operand(s) (the receiver of the message). There may be several different classes of objects which can receive a given message. An expression may denote an object which may have more than one possible class and that class can only be determined at run time. New classes may be created that can receive a particular message, without changing (or recompiling) the code which sends the message. An class may be created that can receive any set of existing messages. C++ implements dynamic binding using "{virtual member functions}". One important reason for having dynamic binding is that it provides a mechanism for selecting between alternatives which is arguably more robust than explicit selection by conditionals or pattern matching. When a new subclass is added, or an existing subclass changes, the necessary modifications are localised: you don't have incomplete conditionals and broken patterns scattered all over the program. See overloading.

Wikipedia

Dynamic binding
Dynamic binding may refer to:
Vertaling van &#39dynamic binding&#39 naar Russisch